net/http.http2roundRobinWriteScheduler.head (field)

12 uses

	net/http (current package)
		h2_bundle.go#L11729: 	head *http2writeQueue
		h2_bundle.go#L11753: 	if ws.head == nil {
		h2_bundle.go#L11754: 		ws.head = q
		h2_bundle.go#L11760: 		q.prev = ws.head.prev
		h2_bundle.go#L11761: 		q.next = ws.head
		h2_bundle.go#L11774: 		ws.head = nil
		h2_bundle.go#L11778: 		if ws.head == q {
		h2_bundle.go#L11779: 			ws.head = q.next
		h2_bundle.go#L11812: 	if ws.head == nil {
		h2_bundle.go#L11815: 	q := ws.head
		h2_bundle.go#L11818: 			ws.head = q.next
		h2_bundle.go#L11822: 		if q == ws.head {